home *** CD-ROM | disk | FTP | other *** search
/ Turnbull China Bikeride / Turnbull China Bikeride - Disc 2.iso / STUTTGART / FROMUTS / GOFER / Readme < prev    next >
Text File  |  1991-11-20  |  3KB  |  64 lines

  1. ------------------------------------------------------------------------------
  2. This is the Readme file for Gofer version 2.21:   This new version of Gofer
  3. includes:
  4.              o extended user interface
  5.  
  6.              o a small number of bug fixes
  7.  
  8.              o several new additional demonstration programs
  9.  
  10.              o a supplement to the documentation for version 2.20
  11.                in the file doc/update
  12.  
  13. Please read the documentation in the file src/Readme before attempting to
  14. compile this version of Gofer on your machine.
  15.  
  16. ------------------------------------------------------------------------------
  17. This directory contains the files and programs that you need to compile and
  18. use the Gofer functional programming environment.
  19.  
  20. The relevant files and directories are:
  21.  
  22.     gofer    Simple Gofer startup script - selects appropriate version
  23.              of the interpreter for Sun 3 or Sun 4 machines.
  24.  
  25.     prelude  Standard prelude.
  26.  
  27.     simple   Simplified prelude with generic versions of <=, < etc..
  28.              and no overloading -- use this file instead of the standard
  29.              prelude if you're not interested in some of the more advanced
  30.              features of Gofer (e.g. overloading, I/O, etc...).
  31.  
  32.     minprel  Minimal prelude for experimental use.
  33.  
  34.     doc/     User documentation.  See doc/Readme for details.
  35.  
  36.     demos/   Example programs.  Change to this directory and use the
  37.              project file demoproj to try out these programs (start
  38.              Gofer withe the command gofer + demoproj, or give the
  39.              command :p demoproj from within the interpreter).  Note that
  40.              the temps demonstration program relies on floating point
  41.              numbers and hence cannot be used with the PC version of Gofer.
  42.              You should also delete the relevant line from the project
  43.              file in this case.
  44.  
  45.     demos/modular/   Simon Peyton Jones & David Lester's fully modular
  46.              lambda lifter in Haskell ... well, Gofer actually ... see
  47.              demos/modular/Readme for details.
  48.  
  49.     demos/prolog/    My own mini prolog interpreter in Gofer... see
  50.              demos/prolog/Readme for details.
  51.  
  52.     src/     Source code for the Gofer interpreter (in C).  See src/Readme
  53.              for details.
  54.  
  55. If you would like to keep upto date with future developments, bugfixes and
  56. enhancements to Gofer and have not already contacted me, please send mail
  57. to me at mpj@prg.ox.ac.uk and I will add your name to the mailing list.
  58.  
  59.           ANY COMMENTS **GRATEFULLY** RECEIVED !!!!  THANKS !!!!
  60.  
  61. Enjoy!
  62. Mark
  63. ------------------------------------------------------------------------------
  64.